home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / Weather / Source / Makefile < prev    next >
Makefile  |  1993-11-13  |  1KB  |  54 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Weather
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = app.tiff
  16. LOCAL_RESOURCES = License.nib Weather.nib
  17.  
  18. GLOBAL_RESOURCES = info menus
  19.  
  20. CLASSES = ColorBars.m ColorScroller.m Defaults.m License.m\
  21.           MyMenuCell.m Process.m Storm.m
  22.  
  23. HFILES = ColorBars.h ColorScroller.h Defaults.h License.h MyMenuCell.h\
  24.          Process.h Storm.h
  25.  
  26. MFILES = Weather_main.m
  27.  
  28. CFILES = state.c util.c
  29.  
  30. BUNDLES = Other.bproj
  31.  
  32.  
  33.  
  34. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  35. MAKEFILE = app.make
  36. INSTALLDIR = $(HOME)/Apps
  37. INSTALLFLAGS = -c -s -m 755
  38. SOURCEMODE = 444
  39.  
  40. ICONSECTIONS =    -sectcreate __ICON app app.tiff
  41.  
  42. LIBS = -lMedia_s -lNeXT_s
  43. DEBUG_LIBS = $(LIBS)
  44. PROF_LIBS = $(LIBS)
  45.  
  46.  
  47. -include Makefile.preamble
  48.  
  49. include $(MAKEFILEDIR)/$(MAKEFILE)
  50.  
  51. -include Makefile.postamble
  52.  
  53. -include Makefile.dependencies
  54.